home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2340 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: 30 Jan 1996 10:32:49 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4eks4h$4vn@maureen.teleport.com>
  8. References: <4e2gqu$5ca@caers3.unicaen.fr> <oj6ensqud6u.fsf@hpsrk.fc.hp.com> <4e5l6r$r5l@ulke.hiMolde.no> <4e616e$9hq@serpens.rhein.de> <DLqtLz.FFL@unx.sas.com> <4eedlr$pte@maureen.teleport.com> <4efhj3$p7s@serpens.rhein.de>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  13. : sschaem@teleport.com (Stephan Schaem) writes:
  14.  
  15. : > support all this correctly. YUV do not take the major amount
  16. : > of time, and could be overlap with write to the buffer.
  17.  
  18. : Actually it takes quite some time because you have to handle
  19. : pixels byte by byte. Overlaps to the buffer are often not possible
  20. : (there is no write buffer in Buster) and a separate copy pass
  21. : is often _faster_.
  22.  
  23.  I was thinking of that fact (processing the convertion pixel
  24.  by pixel so it fit betwen writes the the video card 'memory')...
  25.  Does buster affect the 040 write pipeline? I dont know about all
  26.  video card but on the firecracker there is BIG advantage in writting
  27.  directly to the card. On this card at least the YUV convertion would
  28.  be free (the card is VERY slow, ~.3 mpixel second 32bit.)
  29.  
  30.  I see it like this: mp with 040+cybervision give you 16 fps with
  31.  a 160x120 stream.(imaginary numbers)... Now let say the card can
  32.  'blit' 15meg second, ... this euqual to having the bliting from
  33.  the mp buffer to the card window taking 8%.
  34.  Now... IF (But I know its not possible) you can fully overlap all
  35.  instruction with the firecracker card write the stream will play
  36.  8% faster even so the car is 1000% slower.
  37.  
  38.  I like to show extrem example, but this can be true for at least
  39.  the yuv to rgb stage.
  40.  
  41.  When you profiled mp, what did you get for the yuv convertion?
  42.  (If its quite some time like you say, I'm still upto doing a
  43.  firecracker module for mp... taking for input a YUV buffer.)
  44.  
  45. : > I played with a PC and the 8bit dither mode was the fastest...
  46.  
  47. : It is possible that they reduce the quality of the decoding to
  48. : get some more speed.
  49.  
  50.  It would make sense (if possible), since their is little point to decode
  51.  high quality 24bit when its going to be displayed in 8bit mode.
  52.  
  53.  Could mp drop some quality for an 8bit faster color mode?
  54.  
  55.  Stephan
  56.